html {
  font-size: 62.5%;
}
html,body{
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
  list-style: none;
}


body {
  font-family: "微软雅黑",tahoma,arial,'Hiragino Sans GB',Heiti SC, Droidsansfallback, Dengxian, Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Arial;
  background-color: #fff;
  min-width:1200px;
}



fieldset,img,input {
  border: 0 none;
}

ol,ul {
  list-style: none;
}



input,button,select,textarea {
  outline: 0;
  outline: none;
  outline: none;
  box-shadow: none;
  border: 0;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  outline: 0;
  *outline: 0;
}

a {
  star: expression(this.onFocus=this.blur());
  /* for Ie*/
}

a:focus {
  outline: 0;
  *outline: 0;
}

img {
  vertical-align: bottom;
}




/*单行省略*/
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
}

/*多行省略*/
.text-overflow-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: *;*/
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


/*清除浮动*/
.clearfix:after{
  content:"";
  display: block;
  clear: both;
}

.clearfix{
  zoom:1;
}


/************************************版心**************************************/
.container{
  max-width: 1200px;
  min-width: 1200px;
  width:100%;
  margin:0 auto;
}

/************************************字体样式**************************************/
.font_white70_s {
  font-size: 70px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.font_white30_s {
  font-size: 30px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.font_white40_s {
  font-size: 40px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.font_black30_s {
  font-size: 30px;
  color: #282828;
  font-family: PingFangSC-Semibold;
}

.font-blue30-s{
  font-size: 30px;
  color: #446FFC;
  font-family: PingFangSC-Semibold;
}

.font_size05 {
  font-size: 16px;
  color: #FFFFFF;
  font-family: MicrosoftYaHei;
}

.font_size11 {
  font-size: 30px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.font_size12 {
  font-size: 30px;
  color: #282828;
  font-family: PingFangSC-Semibold;
}

.font_size13 {
  font-size: 20px;
  color: #FFFFFF;
  font-family: PingFangSC-Semibold;
}

.font_size14 {
  font-size: 18px;
  color: #F22D00;
  font-family: PingFangSC-Semibold;
}

.font_size15 {
  font-size: 30px;
  color: #F22D00;
  font-family: PingFangSC-Semibold;
}



.font_size21 {
  font-size: 26px;
  color: #FFFFFF;
  font-family: PingFangSC-Regular;
}

.font_size22 {
  font-size: 16px;
  color: #282828;
  font-family: PingFangSC-Regular;
}

.font_size23 {
  font-size: 18px;
  color: #282828;
  font-family: PingFangSC-Regular;
}

.font_size24 {
  font-size: 18px;
  color: #999999;
  font-family: PingFangSC-Regular;
}

.font_size25 {
  font-size: 16px;
  color: #4C4C4C;
  font-family: PingFangSC-Regular;
}

.font_size26 {
  font-size: 16px;
  color: #F22D00;
  font-family: PingFangSC-Regular;
}

.font_size27 {
  font-size: 20px;
  color: #282828;
  font-family: PingFangSC-Regular;
}

.font_size28 {
  font-size: 20px;
  color: #FFFFFF;
  font-family: PingFangSC-Regular;
}


/************************************对齐方式**************************************/
.ver-middle{
  vertical-align: middle;
}

.ver-top{
  vertical-align: top;
}

.ver-bottom{
  vertical-align: bottom;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


/************************************flex**************************************/
.v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
